

/*禁用bootstrap响应式*/
body{
	min-width:1280px ;
}
.w51 .container{
	width: 1140px !important;
	max-width: none !important;
}
.w51{
	min-width:1140px ;
}
.w51 .navbar-toggle{
	display:none;
}
.w51 .navbar-nav{
	position:absolute;
	right:0;
}
.w51 .navbar-nav>li{
	float:left!important
}
.w51_layout_3 .navbar-header{
	float:right!important;
}	
.w51 .navbar-collapse{
	display:block!important;
}



/*补充bootstrap栅格系统，显示5或者8列*/
.col-xs-1dot5,.col-sm-1dot5,.col-md-1dot5,.col-lg-1dot5,
.col-xs-2dot4,.col-sm-2dot4,.col-md-2dot4,.col-lg-2dot4 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-xs-1dot5 {
  width: 12.5%;
  float: left;
}
.col-xs-2dot4 {
  width: 20%;
  float: left;
}
/*详细内容内的图片，响应式*/
.sys_page_detail_content img{
	max-width:100%;
}

@media (min-width: 768px) {
  .col-sm-1dot5 {
    width: 12.5%;
    float: left;
  }
  .col-sm-2dot4 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1dot5 {
    width: 12.5%;
    float: left;
  }
  .col-md-2dot4 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1dot5 {
    width: 12.5%;
    float: left;
  }
  .col-lg-2dot4 {
    width: 20%;
    float: left;
  }
}
